Skip to content

Chore(deps-dev): Bump @nextcloud/prettier-config from 1.1.0 to 1.2.0#2695

Closed
dependabot[bot] wants to merge 1 commit intostable4from
dependabot/npm_and_yarn/stable4/nextcloud/prettier-config-1.2.0
Closed

Chore(deps-dev): Bump @nextcloud/prettier-config from 1.1.0 to 1.2.0#2695
dependabot[bot] wants to merge 1 commit intostable4from
dependabot/npm_and_yarn/stable4/nextcloud/prettier-config-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2025

Bumps @nextcloud/prettier-config from 1.1.0 to 1.2.0.

Release notes

Sourced from @​nextcloud/prettier-config's releases.

v1.2.0 - 2025-04-09

Added

  • Correctly set the operator to the front of a line:
 const a =
-    1 +
-    2
+    1
+    + 2
 if (
-    some ||
-    other
+    some
+    || other
 ) {

Changed

  • Require at least prettier 3.5.0
  • Migrate REUSE to TOML format
Changelog

Sourced from @​nextcloud/prettier-config's changelog.

v1.2.0 - 2025-04-09

Added

  • Correctly set the operator to the front of a line:
 const a =
-    1 +
-    2
+    1
+    + 2
 if (
-    some ||
-    other
+    some
+    || other
 ) {

Changed

  • Require at least prettier 3.5.0
  • Migrate REUSE to TOML format
Commits
  • e5f3cbd Merge pull request #15 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • 0b3b54b docs: adjust CHANGELOG
  • 697637f chore(deps): Bump prettier-plugin-packagejson from 2.5.8 to 2.5.10
  • 6719e09 Merge pull request #16 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • b3ba632 chore: prepare v1.2.0
  • 5408c8b chore(deps-dev): Bump prettier from 3.5.1 to 3.5.3
  • 987c08a fix: enforce operators to be located at the start
  • 012d3c4 Merge pull request #14 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • bc00e2e Merge pull request #13 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • 1e4c3e3 chore(deps-dev): Bump prettier from 3.3.3 to 3.5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Apr 12, 2025
Copy link
Copy Markdown

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable4/nextcloud/prettier-config-1.2.0 branch from 9c3be52 to 5b88705 Compare April 12, 2025 01:21
Copy link
Copy Markdown

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@nextcloud/prettier-config](https://github.com/nextcloud-libraries/nextcloud-prettier-config) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-prettier-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-prettier-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-prettier-config@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/prettier-config"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable4/nextcloud/prettier-config-1.2.0 branch from 5b88705 to 85d8451 Compare April 12, 2025 02:05
Copy link
Copy Markdown

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@Chartman123
Copy link
Copy Markdown
Collaborator

Chartman123 commented Apr 12, 2025

This is included in #2692

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stable4/nextcloud/prettier-config-1.2.0 branch April 12, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants